OrderedParallelQuery(TSource) Methods

Task Parallel System.Threading

The OrderedParallelQuery<(Of <(TSource>)>) type exposes the following members.

Methods

  NameDescription
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetEnumerator
Returns an enumerator that iterates through the sequence.
(Overrides ParallelQuery<(Of <(TSource>)>)..::.GetEnumerator()()().)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Explicit Interface Implementations

  NameDescription
IEnumerable..::.GetEnumerator
Returns an enumerator that iterates through the sequence.
(Inherited from ParallelQuery.)

See Also